From: Richard M. Stallman Date: Fri, 2 Jan 1998 21:31:46 +0000 (+0000) Subject: (Fcompleting_read): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~78506 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4356f22179175917b56f443b8b2c9e084f97c1e5;p=emacs.git (Fcompleting_read): Doc fix. --- diff --git a/src/minibuf.c b/src/minibuf.c index b062b9d3ddc..5d0ce1def74 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1230,7 +1230,7 @@ HIST, if non-nil, specifies a history list\n\ or it can be a cons cell (HISTVAR . HISTPOS).\n\ In that case, HISTVAR is the history list variable to use,\n\ and HISTPOS is the initial position (the position in the list\n\ - which INITIAL-CONTENTS corresponds to).\n\ + which INITIAL-INPUT corresponds to).\n\ Positions are counted starting from 1 at the beginning of the list.\n\ DEF, if non-nil, is the default value.\n\ \n\